-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix export tutorial #3130
Fix export tutorial #3130
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3130
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit 61b88d6 with merge base 8604b4b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
3463b49
to
74715d4
Compare
I believe we need to enable here: https://github.com/pytorch/tutorials/blob/main/.jenkins/validate_tutorials_built.py#L52 |
74715d4
to
c371b99
Compare
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
351e0e1
to
200c594
Compare
###################################################################### | ||
# Other control flow ops include ``while_loop``, ``associative_scan``, and | ||
# ``scan``. For more documentation on each operator, please refer to | ||
# `this page <https://github.com/pytorch/pytorch/tree/main/torch/_higher_order_ops>`__. | ||
|
||
###################################################################### | ||
# Constraints/Dynamic Shapes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section will be updated by #3214
|
||
###################################################################### | ||
# Decompositions | ||
# -------------- | ||
# IR/Decompositions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @tugsbayasgalan -- I updated the tutorial for run_decompositions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We'll merge into main when 2.6 binaries are pulled there.
5bc8a58
to
547d9fe
Compare
8577b8d
to
935ddb0
Compare
935ddb0
to
c7ba991
Compare
Fixing issues from @lucylq (thanks!)
Description
Checklist